2007-04-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c: Allow indents to be negative. (#Bug 434308)
svn path=/trunk/; revision=17736
+2007-04-30 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtktextview.c: Allow indents to be negative. (#Bug 434308)
+
2007-04-30 Michael Natterer <mitch@imendio.com>
* gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): pop up the
g_param_spec_int ("indent",
P_("Indent"),
P_("Amount to indent the paragraph, in pixels"),
- 0,
+ G_MININT,
G_MAXINT,
0,
GTK_PARAM_READWRITE));